home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1996-06-09 | 3.9 KB | 156 lines |
- /*
- * INSTALL.DAT
- * Project: FONTS PLUS
- * Version: 1.00
- */
-
- @DefineProject
- @Name = "FONTS PLUS"
- @Version = "1.00"
- @Subdir = "\\CFONTS2"
- @OutDrive = Z
- @EndProject
-
- @Display
- @Cls
-
- Congratulations on your purchase of @Name!
-
- This program will now install @Name
- to your hard disk drive and verify the integrity
- of the CD-ROM disk. You may press the [Esc] key
- at any time to abort the installation.
-
- @Pause
- @EndDisplay
-
- //@PkgType = @GetINI("COSMI CDSETUP", "PkgMethod")
-
- @GetOutDrive
- @Cls
- Select the HARD disk drive on which you wish to install your
- new copy of @Name.
- ie. "Drive C:"
-
-
-
-
-
-
-
-
-
-
- @EndOutDrive
-
-
- @GetSubdir
- @Cls
- INSTALL is now suggesting a name for a program destination subdirectory
- to which files will be copied. Press [ENTER] to use @OutDrive:@SubDir,
- or type "\" and a "path", where "path" is the subdirectory you want INSTALL
- to use.
-
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @DefineVars
- @Qstring @PkgType = "BOX"
- @Qstring @Item1 = "@OutDrive:\\@Subdir\\blackout.exe, Blackout,
- @OutDrive:\\@Subdir\\blackout.exe"
- @Qstring @Item2 = "@OutDrive:\\@Subdir\\blackout.wri, Blackout manual,
- @OutDrive:\\@Subdir\\blackout.wri"
- @Qstring @Item3 = "@OutDrive:\\@Subdir\\Newfontm.wri, Read Me,
- @OutDrive:\\@Subdir\\Newfontm.wri"
- @EndVars
-
- @DefineDisk
- @Label = "CFONTS2 Disk #1"
- @BeginLib 551.001
- @F 52.TTF @S 29952 @O 52.TTF
- @F 95.TTF @S 23124 @O 95.TTF
- @F 54.TTF @S 26164 @O 54.TTF
- @F 55.TTF @S 22568 @O 55.TTF
- @F 56.TTF @S 21312 @O 56.TTF
- @F 57.TTF @S 49184 @O 57.TTF
- @F 58.TTF @S 18188 @O 58.TTF
- @F 59.TTF @S 48484 @O 59.TTF
- @F 60.TTF @S 79120 @O 60.TTF
- @F 61.TTF @S 26528 @O 61.TTF
- @F 70.TTF @S 50556 @O 70.TTF
- @F 63.TTF @S 53056 @O 63.TTF
- @F 64.TTF @S 21272 @O 64.TTF
- @F 62.TTF @S 25724 @O 62.TTF
- @F 66.TTF @S 81240 @O 66.TTF
- @F 67.TTF @S 36820 @O 67.TTF
- @F 68.TTF @S 46644 @O 68.TTF
- @F 69.TTF @S 29252 @O 69.TTF
- @F 65.TTF @S 18500 @O 65.TTF
- @F 71.TTF @S 38872 @O 71.TTF
- @F 72.TTF @S 70756 @O 72.TTF
- @F 73.TTF @S 86472 @O 73.TTF
- @F 74.TTF @S 22908 @O 74.TTF
- @F 75.TTF @S 52408 @O 75.TTF
- @F 76.TTF @S 24972 @O 76.TTF
- @F 77.TTF @S 56376 @O 77.TTF
- @F 78.TTF @S 55656 @O 78.TTF
- @F 79.TTF @S 15500 @O 79.TTF
- @F 80.TTF @S 29068 @O 80.TTF
- @F 81.TTF @S 19728 @O 81.TTF
- @F 82.TTF @S 23272 @O 82.TTF
- @F 83.TTF @S 20664 @O 83.TTF
- @F 84.TTF @S 60024 @O 84.TTF
- @F 85.TTF @S 51644 @O 85.TTF
- @F 86.TTF @S 61872 @O 86.TTF
- @F 87.TTF @S 92484 @O 87.TTF
- @F 88.TTF @S 52564 @O 88.TTF
- @F 89.TTF @S 13492 @O 89.TTF
- @F 90.TTF @S 52280 @O 90.TTF
- @F 91.TTF @S 53800 @O 91.TTF
- @F 92.TTF @S 70348 @O 92.TTF
- @F 93.TTF @S 90164 @O 93.TTF
- @F 94.TTF @S 33096 @O 94.TTF
- @F 53.TTF @S 26332 @O 53.TTF
- @F 96.TTF @S 39512 @O 96.TTF
- @F 97.TTF @S 21000 @O 97.TTF
- @F 98.TTF @S 29436 @O 98.TTF
- @F FONTNAME.EXE @S 18832 @O FONTNAME.EXE
- @EndLib
- @EndDisk
-
- @PkgType = @GetINI("COSMI CDSETUP", "PkgMethod")
-
- @Finish
- @Cls
- @Copy("newfontm.wri", "@OutDrive:\\@Subdir\\*.*")
- @Copy("readme.txt", "@OutDrive:\\@Subdir\\*.*")
- @If("@PkgType" == "JEWEL")
- @Copy("blackout.exe", "@OutDrive:\\@Subdir\\*.exe")
- @Copy("blackout.wri", "@OutDrive:\\@Subdir\\*.*")
- @ProgramManager("[CreateGroup(COSMI @Name)]
- [AddItem(@Item1, 0)][AddItem(@Item2, 0)][AddItem(@Item3, 0)]")
- @Else
- @Copy("blackout.exe", "@OutDrive:\\@Subdir\\*.exe")
- @Copy("blackout.wri", "@OutDrive:\\@Subdir\\*.*")
- @ProgramManager("[CreateGroup(COSMI @Name)]
- [AddItem(@Item1, 0)][AddItem(@Item2, 0)][AddItem(@Item3, 0)]")
- @EndIf
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- //delete files from cosmitmp.dir and remove that dir
- @Delete("@OutDrive:\\cosmitmp.dir\\*.*")
- @RmDir("@OutDrive:\\cosmitmp.dir")
-
- @Cls
- Installation of @Name is now finished.
-
-
-
- @Pause
- // @WinExec("NOTEPAD.EXE @OutDrive:\\@Subdir\\readme.txt", 1, (-1))
- @EndFinish
-
- /* end-of-file */
-